home *** CD-ROM | disk | FTP | other *** search
/ PC Collector 8 - Disc 3 / COLLECT8 (Track 1).bin / install.bat < prev   
DOS Batch File  |  1997-04-02  |  604b  |  37 lines

  1. @echo off
  2. if "%1"=="" goto Erreur
  3.  
  4. cd %d%\
  5.  
  6. @echo
  7. Cls
  8. echo 
  9. echo ╔═════════════════════╗
  10. echo ║ CRYSTALS of ARBOREA ║
  11. echo ╚═════════════════════╝
  12. echo 
  13. cd arborea.f
  14. echo 
  15. echo Please wait, installation in progress...
  16. if exist %1\arborea\start.exe goto iok3
  17. md %1\arborea >nul
  18. xcopy *.* %1\arborea >nul
  19. cd %d%\
  20. %1
  21. cd %1\arborea
  22. goto ok
  23.  
  24. :Erreur
  25. cls
  26. echo *** Procedure Interrupted - Installation Failed ***
  27. echo Install Destination_Drive
  28. echo ex: INSTALL C:
  29. goto fin
  30.  
  31. :ok
  32. echo 
  33. echo *** Installation finished ***
  34. echo To play, type START from your Hard drive
  35.  
  36. :fin
  37.